[INFO] fetching crate gamut-tiff 0.2.0...
[INFO] fixing gamut-tiff-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate gamut-tiff 0.2.0 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate gamut-tiff 0.2.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate gamut-tiff 0.2.0
[INFO] tweaked toml for crates.io crate gamut-tiff 0.2.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate gamut-tiff 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gamut-tiff 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded gamut-ifd v0.1.1
[INFO] [stderr]   Downloaded gamut-dsp v0.2.1
[INFO] [stderr]   Downloaded gamut-bitstream v0.2.1
[INFO] [stderr]   Downloaded gamut-color v0.3.0
[INFO] [stderr]   Downloaded gamut-core v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 333fed75dc1d1c3c68c90dd79e8ef099507ba1b3ceba84cbfed92710618226ae
[INFO] running `Command { std: "docker" "start" "333fed75dc1d1c3c68c90dd79e8ef099507ba1b3ceba84cbfed92710618226ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "333fed75dc1d1c3c68c90dd79e8ef099507ba1b3ceba84cbfed92710618226ae" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "333fed75dc1d1c3c68c90dd79e8ef099507ba1b3ceba84cbfed92710618226ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "333fed75dc1d1c3c68c90dd79e8ef099507ba1b3ceba84cbfed92710618226ae" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking gamut-core v0.2.0
[INFO] [stderr]     Checking gamut-bitstream v0.2.1
[INFO] [stderr]     Checking gamut-ifd v0.1.1
[INFO] [stderr]     Checking gamut-color v0.3.0
[INFO] [stderr]     Checking gamut-dsp v0.2.1
[INFO] [stderr]     Checking gamut-tiff v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `libtiff_oracle`
[INFO] [stdout]   --> tests/bigtiff.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use libtiff_oracle::Compression as OracleCompression;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/group4.rs:78:56
[INFO] [stdout]    |
[INFO] [stdout] 78 |             libtiff_oracle::encode_bilevel(&src, w, h, libtiff_oracle::Compression::CcittGroup4Fax)
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::Compression;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use gamut_tiff::Compression;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Compression`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 78 -             libtiff_oracle::encode_bilevel(&src, w, h, libtiff_oracle::Compression::CcittGroup4Fax)
[INFO] [stdout] 78 +             libtiff_oracle::encode_bilevel(&src, w, h, Compression::CcittGroup4Fax)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libtiff_oracle`
[INFO] [stdout]   --> tests/bilevel.rs:77:9
[INFO] [stdout]    |
[INFO] [stdout] 77 |     use libtiff_oracle::Compression as OC;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libtiff_oracle`
[INFO] [stdout]    --> tests/predictor.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     use libtiff_oracle::Compression as OC;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/group4.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/group4.rs:78:13
[INFO] [stdout]    |
[INFO] [stdout] 78 |             libtiff_oracle::encode_bilevel(&src, w, h, libtiff_oracle::Compression::CcittGroup4Fax)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libtiff_oracle`
[INFO] [stdout]  --> tests/oracle.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use libtiff_oracle::Compression;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gamut-tiff` (test "group4") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/cmyk.rs:77:61
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let tiff = libtiff_oracle::encode_cmyk8(&src, w, h, libtiff_oracle::Compression::Lzw)
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::Compression;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use gamut_tiff::Compression;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Compression`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 77 -         let tiff = libtiff_oracle::encode_cmyk8(&src, w, h, libtiff_oracle::Compression::Lzw)
[INFO] [stdout] 77 +         let tiff = libtiff_oracle::encode_cmyk8(&src, w, h, Compression::Lzw)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/multipage.rs:85:57
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let tiff = libtiff_oracle::encode_pages_rgb8(&refs, libtiff_oracle::Compression::Lzw)
[INFO] [stdout]    |                                                         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::Compression;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use gamut_tiff::Compression;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Compression`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 85 -     let tiff = libtiff_oracle::encode_pages_rgb8(&refs, libtiff_oracle::Compression::Lzw)
[INFO] [stdout] 85 +     let tiff = libtiff_oracle::encode_pages_rgb8(&refs, Compression::Lzw)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/rgba.rs:85:61
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let tiff = libtiff_oracle::encode_rgba8(&src, w, h, libtiff_oracle::Compression::Lzw)
[INFO] [stdout]    |                                                             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::Compression;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use gamut_tiff::Compression;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Compression`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 85 -         let tiff = libtiff_oracle::encode_rgba8(&src, w, h, libtiff_oracle::Compression::Lzw)
[INFO] [stdout] 85 +         let tiff = libtiff_oracle::encode_rgba8(&src, w, h, Compression::Lzw)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/cmyk.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/cmyk.rs:77:20
[INFO] [stdout]    |
[INFO] [stdout] 77 |         let tiff = libtiff_oracle::encode_cmyk8(&src, w, h, libtiff_oracle::Compression::Lzw)
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/rgba.rs:75:19
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/multipage.rs:75:19
[INFO] [stdout]    |
[INFO] [stdout] 75 |         let dec = libtiff_oracle::decode_page(&tiff, i as u32).expect("libtiff decode page");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/rgba.rs:85:20
[INFO] [stdout]    |
[INFO] [stdout] 85 |         let tiff = libtiff_oracle::encode_rgba8(&src, w, h, libtiff_oracle::Compression::Lzw)
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gamut-tiff` (test "cmyk") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/multipage.rs:85:16
[INFO] [stdout]    |
[INFO] [stdout] 85 |     let tiff = libtiff_oracle::encode_pages_rgb8(&refs, libtiff_oracle::Compression::Lzw)
[INFO] [stdout]    |                ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/bilevel.rs:68:23
[INFO] [stdout]    |
[INFO] [stdout] 68 |             let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/tiles.rs:111:67
[INFO] [stdout]     |
[INFO] [stdout] 111 |             libtiff_oracle::encode_rgb8_tiled(&src, w, h, 16, 16, libtiff_oracle::Compression::Lzw)
[INFO] [stdout]     |                                                                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]     |
[INFO] [stdout]   3 + use crate::Compression;
[INFO] [stdout]     |
[INFO] [stdout]   3 + use gamut_tiff::Compression;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `Compression`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 111 -             libtiff_oracle::encode_rgb8_tiled(&src, w, h, 16, 16, libtiff_oracle::Compression::Lzw)
[INFO] [stdout] 111 +             libtiff_oracle::encode_rgb8_tiled(&src, w, h, 16, 16, Compression::Lzw)
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libtiff_oracle`
[INFO] [stdout]   --> tests/lzw.rs:97:9
[INFO] [stdout]    |
[INFO] [stdout] 97 |     use libtiff_oracle::Compression as OC;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/bigtiff.rs:103:19
[INFO] [stdout]     |
[INFO] [stdout] 103 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/bilevel.rs:81:24
[INFO] [stdout]    |
[INFO] [stdout] 81 |             let tiff = libtiff_oracle::encode_bilevel(&src, w, h, comp).expect("libtiff encode");
[INFO] [stdout]    |                        ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `libtiff_oracle`
[INFO] [stdout]   --> tests/packbits.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |     use libtiff_oracle::Compression as OC;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gamut-tiff` (test "multipage") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/bigtiff.rs:113:19
[INFO] [stdout]     |
[INFO] [stdout] 113 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/bigtiff.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let tiff = libtiff_oracle::encode_rgb8_bigtiff(&rgb, w, h, OracleCompression::None)
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/bigtiff.rs:137:20
[INFO] [stdout]     |
[INFO] [stdout] 137 |         let tiff = libtiff_oracle::encode_gray8_bigtiff(&gray, w, h, OracleCompression::None)
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/bigtiff.rs:179:19
[INFO] [stdout]     |
[INFO] [stdout] 179 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/bigtiff.rs:214:26
[INFO] [stdout]     |
[INFO] [stdout] 214 |     let (rw, rh, rgba) = libtiff_oracle::decode_rgba(&tiff).expect("libtiff rgba");
[INFO] [stdout]     |                          ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/palette.rs:93:30
[INFO] [stdout]    |
[INFO] [stdout] 93 |         let (rw, rh, rgba) = libtiff_oracle::decode_rgba(&tiff).expect("libtiff rgba");
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/palette.rs:102:19
[INFO] [stdout]     |
[INFO] [stdout] 102 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff samples");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/bigtiff.rs:264:18
[INFO] [stdout]     |
[INFO] [stdout] 264 |         let lt = libtiff_oracle::decode_page(&tiff, i as u32).expect("libtiff decode page");
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gamut-tiff` (test "bilevel") due to 3 previous errors
[INFO] [stderr] error: could not compile `gamut-tiff` (test "palette") due to 2 previous errors
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/tiles.rs:96:30
[INFO] [stdout]    |
[INFO] [stdout] 96 |         let (rw, rh, rgba) = libtiff_oracle::decode_rgba(&tiff).expect("libtiff rgba");
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/tiles.rs:111:13
[INFO] [stdout]     |
[INFO] [stdout] 111 |             libtiff_oracle::encode_rgb8_tiled(&src, w, h, 16, 16, libtiff_oracle::Compression::Lzw)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gamut-tiff` (test "bigtiff") due to 8 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/modified_huffman.rs:78:56
[INFO] [stdout]    |
[INFO] [stdout] 78 |             libtiff_oracle::encode_bilevel(&src, w, h, libtiff_oracle::Compression::CcittRle)
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout]  3 + use crate::Compression;
[INFO] [stdout]    |
[INFO] [stdout]  3 + use gamut_tiff::Compression;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `Compression`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 78 -             libtiff_oracle::encode_bilevel(&src, w, h, libtiff_oracle::Compression::CcittRle)
[INFO] [stdout] 78 +             libtiff_oracle::encode_bilevel(&src, w, h, Compression::CcittRle)
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/modified_huffman.rs:67:19
[INFO] [stdout]    |
[INFO] [stdout] 67 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/modified_huffman.rs:78:13
[INFO] [stdout]    |
[INFO] [stdout] 78 |             libtiff_oracle::encode_bilevel(&src, w, h, libtiff_oracle::Compression::CcittRle)
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gamut-tiff` (test "rgba") due to 3 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/packbits.rs:69:19
[INFO] [stdout]    |
[INFO] [stdout] 69 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gamut-tiff` (test "modified_huffman") due to 3 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/packbits.rs:89:20
[INFO] [stdout]    |
[INFO] [stdout] 89 |         let gdec = libtiff_oracle::decode_tiff(&gtiff).expect("libtiff decode");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/packbits.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |         let tiff = libtiff_oracle::encode_rgb8(&rgb, w, h, OC::PackBits).expect("libtiff encode");
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/packbits.rs:107:13
[INFO] [stdout]     |
[INFO] [stdout] 107 |             libtiff_oracle::encode_gray8(&gray, w, h, OC::PackBits).expect("libtiff encode");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/oracle.rs:49:19
[INFO] [stdout]    |
[INFO] [stdout] 49 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/predictor.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 71 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/predictor.rs:92:13
[INFO] [stdout]    |
[INFO] [stdout] 92 |             libtiff_oracle::decode_tiff(&gtiff).expect("decode").pixels,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/predictor.rs:104:13
[INFO] [stdout]     |
[INFO] [stdout] 104 |             libtiff_oracle::encode_rgb8_predictor(&rgb, w, h, OC::Lzw).expect("libtiff encode");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/oracle.rs:73:19
[INFO] [stdout]    |
[INFO] [stdout] 73 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/predictor.rs:112:13
[INFO] [stdout]     |
[INFO] [stdout] 112 |             libtiff_oracle::encode_gray8_predictor(&gray, w, h, OC::Lzw).expect("libtiff encode");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/oracle.rs:84:13
[INFO] [stdout]    |
[INFO] [stdout] 84 |             libtiff_oracle::encode_rgb8(&src, w, h, Compression::None).expect("libtiff encode");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gamut-tiff` (test "packbits") due to 5 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/oracle.rs:98:13
[INFO] [stdout]    |
[INFO] [stdout] 98 |             libtiff_oracle::encode_gray8(&src, w, h, Compression::None).expect("libtiff encode");
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gamut-tiff` (test "predictor") due to 5 previous errors
[INFO] [stderr] error: could not compile `gamut-tiff` (test "oracle") due to 5 previous errors
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/lzw.rs:68:19
[INFO] [stdout]    |
[INFO] [stdout] 68 |         let dec = libtiff_oracle::decode_tiff(&tiff).expect("libtiff decode");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]   --> tests/lzw.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |             libtiff_oracle::decode_tiff(&gtiff).expect("decode").pixels,
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/lzw.rs:100:20
[INFO] [stdout]     |
[INFO] [stdout] 100 |         let tiff = libtiff_oracle::encode_rgb8(&rgb, w, h, OC::Lzw).expect("libtiff encode");
[INFO] [stdout]     |                    ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `libtiff_oracle` in this scope
[INFO] [stdout]    --> tests/lzw.rs:107:21
[INFO] [stdout]     |
[INFO] [stdout] 107 |         let gtiff = libtiff_oracle::encode_gray8(&gray, w, h, OC::Lzw).expect("libtiff encode");
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `libtiff_oracle`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `libtiff_oracle`, use `cargo add libtiff_oracle` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gamut-tiff` (test "tiles") due to 3 previous errors
[INFO] [stderr] error: could not compile `gamut-tiff` (test "lzw") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "333fed75dc1d1c3c68c90dd79e8ef099507ba1b3ceba84cbfed92710618226ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "333fed75dc1d1c3c68c90dd79e8ef099507ba1b3ceba84cbfed92710618226ae", kill_on_drop: false }`
[INFO] [stdout] 333fed75dc1d1c3c68c90dd79e8ef099507ba1b3ceba84cbfed92710618226ae
